Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.user.center.dashboard.jsf.actions--actions

This contribution is part of XML component org.nuxeo.ecm.user.center.dashboard.jsf.actions inside nuxeo-user-dashboard-jsf-9.10.jar /OSGI-INF/actions-contrib.xml

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action icon="/icons/dashboard.png" id="Dashboard" label="user.center.dashboard" link="/user_center_fragment.xhtml" order="10">
          <category>USER_CENTER</category>
        </action>
  • <action id="DashboardMain" label="" link="/incl/dashboard/user_jsf_dashboard.xhtml" order="10" type="admin_rest_document_link">
          <category>Dashboard_sub_tab</category>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action icon="/icons/dashboard.png" id="Dashboard" label="user.center.dashboard" link="/user_center_fragment.xhtml" order="10">
      <category>USER_CENTER</category>
    </action>

    <action id="DashboardMain" label="" link="/incl/dashboard/user_jsf_dashboard.xhtml" order="10" type="admin_rest_document_link">
      <category>Dashboard_sub_tab</category>
    </action>

  </extension>